can I ask youpublic boolean isStrictlyIncreasing(ArrayList<Integer> digitList)
{
    /* Code from part b */
}